home *** CD-ROM | disk | FTP | other *** search
- #----------------------------------------------------------------------
- #
- # HTTPD.CNF
- #
- # Main server configuration for NCSA WinHttpd V1.3 (Windows)
- #
- # This is the main server configuration file. It is best to
- # leave the directives in this file in the order they are in, or
- # things may not go the way you'd like.
- #
- # Do NOT simply read the instructions in here without understanding
- # what they do, if you are unsure consult the online docs. You have
- # been warned.
- #
- # NOTE: path defaults are relative to the server's installation
- # directory (ServerRoot). Paths should be given in Unix
- # format (using '/').
- #
- # Bob Denny <rdenny@netcom.com> 13-Aug-94
- #
- #----------------------------------------------------------------------
-
- # ServerRoot: The directory the server's config, error, and log files
- # are kept in. This should be specified on the startup command line.
- #
- # Format: ServerRoot <path>
- #
- # ServerRoot c:/httpd/
-
- # Port: The port the standalone listens to. 80 is the network standard.
- #
- # Port 80
-
- # Timeout: The timeout applied to all network operations. If you are on
- # a slow network, or are using a SLIP or PPP connection, you might try
- # increasing this to 60 sec.
- #
- # Format: Timeout nn (seconds)
- #
- # Timeout 30
-
- # ServerAdmin: Your address, where problems with the server should be
- # e-mailed.
- #
- # Format: ServerAdmin <email addr>
- #
- # ServerAdmin www-admin
-
- # ErrorLog: The location of the error log file. If this does not start
- # with / or a drive spec (recommended!), ServerRoot is prepended to it.
- #
- # Format: ErrorLog <path/file>
- #
- # ErrorLog logs/error.log
-
- # TransferLog: The location of the transfer log file. If this does not
- # start with / or a drive spec (recommended!), ServerRoot is prepended to it.
- #
- # Format: TransferLog <path/file>
- #
- # TransferLog logs/access.log
-
- # ServerName allows you to set a host name which is sent back to clients for
- # your server if it's different than the one the program would get (i.e. use
- # "www" instead of the host's real name). Make sure your DNS is set up to
- # alias the name to your system!
- #
- # Format: ServerName <domain name>
- #
- # no default
-